简体版 English
تسجيل الدخول إنشاء حساب جديد

virtual address معنى

يبدو
"virtual address" أمثلة على
الترجمة العربيةجوال إصدار
  • العنوان الظاهري
أمثلة
  • Suppose we're given a computer with a 16-bit virtual address and a page size of 256 bytes.
    لنفرض أن لدينا حاسوب بذاكرة افتراضية من 16 خانة، وسعة الصفحة 256 بايت.
  • Virtual addressing allows the kernel to make a given physical address appear to be another address, the virtual address.
    معالجة افتراضية تسمح للنواة لجعل عنوان فعلي نظرا يبدو أن عنوان آخر، العنوان الظاهري.
  • On many systems, a program's virtual address may refer to data which is not currently in memory.
    على العديد من أنظمة، العنوان الظاهرية برنامج قد تشير إلى البيانات التي غير موجود حاليا في الذاكرة.
  • Architectures that survived evolved over time to support larger virtual address spaces using memory segmentation or other mechanisms.
    البنيات التي استمرت تطورت مع الوقت لتدعم مساحات عناوين افتراضية أكبر باستخدام شرائح الذاكرة أو غيرها من الآليات.
  • Virtual addressing also allows creation of virtual partitions of memory in two disjointed areas, one being reserved for the kernel (kernel space) and the other for the applications (user space).
    الظاهري معالجة كما يتيح إنشاء أقسام الافتراضية الذاكرة في مجالين مفككة، واحد يجري محفوظة للنواة (الفضاء النواة) والآخر للتطبيقات (الفضاء المستخدم).
  • The range of virtual addresses usually starts at a low address and can extend to the highest address allowed by the computer's instruction set architecture and supported by the operating system's pointer size implementation, which can be 4 bytes for 32-bit or 8 bytes for 64-bit OS versions.
    بت او 8 بايت لنظام التشغيل 64 - بت .
  • Virtual address spaces may be different for different processes; the memory that one process accesses at a particular (virtual) address may be different memory from what another process accesses at the same address.
    قد تكون مساحات العنوان الظاهرية مختلفة لعمليات مختلفة؛ الذاكرة التي يصل عملية واحدة في عنوان معين (الظاهري) قد تكون ذاكرة مختلفة من ما يصل إلى عملية أخرى في نفس العنوان.